Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add migration and orm changes for additional lgs fields and delegate #10722

Conversation

jinhoonbang
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

Copy link
Collaborator

@samsondav samsondav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is legacy gas station?

@jinhoonbang
Copy link
Contributor Author

What is legacy gas station?

synced offline

@jinhoonbang jinhoonbang marked this pull request as ready for review September 20, 2023 23:37
go.mod Outdated
Comment on lines 389 to 392
github.com/smartcontractkit/capital-markets-projects => /Users/jinbang/development/capital-markets-projects

github.com/smartcontractkit/capital-markets-projects/lib => /Users/jinbang/development/capital-markets-projects/lib
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting for corresponding capital-markets-projects repo changes to be merged

@@ -13,6 +13,8 @@ FeedsManager = true # Default
LogPoller = false # Default
# UICSAKeys enables CSA Keys in the UI.
UICSAKeys = false # Default
# EAL is an experimental feature that exposes API endpoints for reading and writing to blockchains.
EAL = false # Default
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it an acronym?

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate failed

Failed condition 0.0% 0.0% Coverage on New Code (is less than 80%)

See analysis details on SonarQube


func legacyGasStationRoutes(app chainlink.Application, r *gin.RouterGroup) {
if app.GetConfig().Feature().EAL() {
group := r.Group("/gasstation")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to /eal/v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants